.live-transaction {
  padding: 1rem;
  border: 1px solid #323232;
}

.live-transaction .live-title {
  font-size: 18pt;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-transaction .live-title img {
  height: 25px;
  margin-left: 15px;
}

.live-transaction table.live-table thead > tr > th {
  border-bottom: 2px solid #696969;
}

.live-transaction table.live-table tbody > tr:nth-child(odd) {
  background-color: #343434;
}